Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
caisar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
caisar
Commits
427a1c78
You need to sign in or sign up before continuing.
Commit
427a1c78
authored
3 years ago
by
Michele Alberti
Browse files
Options
Downloads
Patches
Plain Diff
Push memory limit to 4GB by default.
parent
6594a120
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/verification.ml
+10
-1
10 additions, 1 deletion
src/verification.ml
tests/bin/pyrat.py
+0
-0
0 additions, 0 deletions
tests/bin/pyrat.py
with
10 additions
and
1 deletion
src/verification.ml
+
10
−
1
View file @
427a1c78
...
...
@@ -11,8 +11,17 @@ let () = Language.register_nnet_support ()
let
create_env
loadpath
=
let
config
=
Autodetection
.
autodetect
~
debug
:
true
()
in
let
stdlib
=
Dirs
.
Sites
.
stdlib
in
let
open
Why3
in
let
config
=
let
main
=
Whyconf
.
get_main
config
in
let
dft_memlimit
=
4000
(* 4 GB *)
in
let
main
=
Whyconf
.(
set_limits
main
(
timelimit
main
)
dft_memlimit
(
running_provers_max
main
))
in
Whyconf
.
set_main
config
main
in
let
stdlib
=
Dirs
.
Sites
.
stdlib
in
(
Env
.
create_env
(
loadpath
@
stdlib
@
Whyconf
.
loadpath
(
Whyconf
.
get_main
config
))
,
config
)
...
...
This diff is collapsed.
Click to expand it.
tests/bin/pyrat.py
100644 → 100755
+
0
−
0
View file @
427a1c78
File mode changed from 100644 to 100755
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment