-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reducing amount of GlobalMemory #266
Comments
my quick answer: You can get some memory related options with You may want to mess with the |
There are three main flags that control the way the node memory gets divided up. The main one is
There are a couple other other pools that are allocated out of that locale shared heap, and they are controlled with
I would suggest first setting (This is another thing I hope to simplify this month) |
Travis CI containers only give me 4 GB of memory. Grappa is allocating all of that in the shared heap (or 4x that if the printout is the per-thread amount).
I read through source and cannot see how to set this myself. Is that supported?
I guess I can run only 2 procs, but I like testing on 4 even though this is oversubscribing, because oversubscribing seems to release more bugs in parallel runtimes.
The text was updated successfully, but these errors were encountered: