Re: [sage-devel] Re: manual memory management for GAP?

2022-06-22 Thread Dima Pasechnik
On Tue, Jun 21, 2022 at 10:24 AM Dima Pasechnik wrote: > > On Tue, Jun 21, 2022 at 10:19 AM Dima Pasechnik wrote: > > > > On Tue, Jun 21, 2022 at 4:06 AM Nils Bruin wrote: > > > > > > Perhaps this message (see the thread it's in for context) applies to your > > > situation? > > > > > >

Re: [sage-devel] Re: manual memory management for GAP?

2022-06-21 Thread Dima Pasechnik
On Tue, 21 Jun 2022, 15:06 TB, wrote: > On 21/06/2022 16:35, Dima Pasechnik wrote: > > On Tue, Jun 21, 2022 at 10:19 AM Dima Pasechnik > wrote: > >> > >> On Tue, Jun 21, 2022 at 4:06 AM Nils Bruin wrote: > >>> > >>> Perhaps this message (see the thread it's in for context) applies to > your

Re: [sage-devel] Re: manual memory management for GAP?

2022-06-21 Thread TB
On 21/06/2022 16:35, Dima Pasechnik wrote: On Tue, Jun 21, 2022 at 10:19 AM Dima Pasechnik wrote: On Tue, Jun 21, 2022 at 4:06 AM Nils Bruin wrote: Perhaps this message (see the thread it's in for context) applies to your situation?

Re: [sage-devel] Re: manual memory management for GAP?

2022-06-21 Thread Dima Pasechnik
On Tue, Jun 21, 2022 at 10:19 AM Dima Pasechnik wrote: > > On Tue, Jun 21, 2022 at 4:06 AM Nils Bruin wrote: > > > > Perhaps this message (see the thread it's in for context) applies to your > > situation? > > > > https://groups.google.com/g/sage-devel/c/ntuqDmruI8w/m/vJOv6mgqCgAJ > > this is

Re: [sage-devel] Re: manual memory management for GAP?

2022-06-21 Thread Dima Pasechnik
On Tue, 21 Jun 2022, 10:45 David Joyner, wrote: > On Tue, Jun 21, 2022 at 5:19 AM Dima Pasechnik wrote: > > > > On Tue, Jun 21, 2022 at 4:06 AM Nils Bruin wrote: > > > > > > Perhaps this message (see the thread it's in for context) applies to > your situation? > > > > > >

Re: [sage-devel] Re: manual memory management for GAP?

2022-06-21 Thread David Joyner
On Tue, Jun 21, 2022 at 5:19 AM Dima Pasechnik wrote: > > On Tue, Jun 21, 2022 at 4:06 AM Nils Bruin wrote: > > > > Perhaps this message (see the thread it's in for context) applies to your > > situation? > > > > https://groups.google.com/g/sage-devel/c/ntuqDmruI8w/m/vJOv6mgqCgAJ > > this is

Re: [sage-devel] Re: manual memory management for GAP?

2022-06-21 Thread Dima Pasechnik
On Tue, Jun 21, 2022 at 10:19 AM Dima Pasechnik wrote: > > On Tue, Jun 21, 2022 at 4:06 AM Nils Bruin wrote: > > > > Perhaps this message (see the thread it's in for context) applies to your > > situation? > > > > https://groups.google.com/g/sage-devel/c/ntuqDmruI8w/m/vJOv6mgqCgAJ > > this is

Re: [sage-devel] Re: manual memory management for GAP?

2022-06-21 Thread Dima Pasechnik
On Tue, Jun 21, 2022 at 4:06 AM Nils Bruin wrote: > > Perhaps this message (see the thread it's in for context) applies to your > situation? > > https://groups.google.com/g/sage-devel/c/ntuqDmruI8w/m/vJOv6mgqCgAJ this is outdated. However, it seems that the very old doc suggestion in

Re: [sage-devel] Re: manual memory management for GAP?

2022-06-21 Thread Dima Pasechnik
On Tue, 21 Jun 2022, 01:59 John H Palmieri, wrote: > According to > https://ask.sagemath.org/question/61829/how-to-deal-with-gaperror-error-reached-the-pre-set-memory-limit/, > try "sage.interfaces.gap.gap_cmd = 'gap -r -o 4G '". please see commit 1ea7b697e812302dfca03a1c7fe41c9a8dc3c98e

[sage-devel] Re: manual memory management for GAP?

2022-06-21 Thread AlexGhitza
As far as I can tell the actionable part of that thread is Dima's suggestion to use the function set_gap_memory_pool_size() from interfaces/gap.py but as I pointed out above, that function has disappeared from sage-9.5 onwards. Best, Alex On Tuesday, June 21, 2022 at 1:06:15 PM UTC+10 Nils

[sage-devel] Re: manual memory management for GAP?

2022-06-20 Thread Nils Bruin
Perhaps this message (see the thread it's in for context) applies to your situation? https://groups.google.com/g/sage-devel/c/ntuqDmruI8w/m/vJOv6mgqCgAJ On Monday, 20 June 2022 at 19:30:04 UTC-6 AlexGhitza wrote: > Thanks, John. > > But, I should have mentioned that we tried that and it does

[sage-devel] Re: manual memory management for GAP?

2022-06-20 Thread AlexGhitza
Thanks, John. But, I should have mentioned that we tried that and it does not seem to work (unless I'm missing something): ┌┐ │ SageMath version 9.6, Release Date: 2022-05-15 │ │ Using Python 3.10.3. Type

[sage-devel] Re: manual memory management for GAP?

2022-06-20 Thread John H Palmieri
According to https://ask.sagemath.org/question/61829/how-to-deal-with-gaperror-error-reached-the-pre-set-memory-limit/, try "sage.interfaces.gap.gap_cmd = 'gap -r -o 4G '". On Monday, June 20, 2022 at 5:12:27 PM UTC-7 AlexGhitza wrote: > Hi, > > I'm trying to help out a friend who is