Re: [sage-devel] libgap is not using the available memory

2018-09-19 Thread Simon Brandhorst
Dear Dima, thank you so much. It works :-). I would suggest to hint at this solution in the error message. As soon as gap does not take sage with it anymore when running out of memory. Best Simon On Tuesday, September 18, 2018 at 10:10:06 PM UTC+2, Dima Pasechnik wrote: > > The arguments with

Re: [sage-devel] libgap is not using the available memory

2018-09-18 Thread Dima Pasechnik
The arguments with which libgap is started are set up in src/sage/libs/gap/util.pyx in the function initialize() - setting various members of argv. In particular look for what `-o` is set to. By digging through the code, it appears that it's set by set_gap_memory_pool_size() from