You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MEM_PER_JOB would provide an idea of the memory requirement of the application under test. Based on this and the amount of memory in the system we can use:
$ cabal user-config update -a "jobs: 2"
to configure the cabal jobs so that we do not run out of memory.
The text was updated successfully, but these errors were encountered:
MEM_PER_JOB
would provide an idea of the memory requirement of the application under test. Based on this and the amount of memory in the system we can use:to configure the cabal jobs so that we do not run out of memory.
The text was updated successfully, but these errors were encountered: