I have been trying to program with large matrices, but unfortunately I have been getting an error that my permitted memory has been exceeded. I have read various ways online that it is possible to increase the permitted memory using Command Line Options (e.g. -m 4g), but GAP keeps saying there are syntax errors. I run GAP with Windows and am not the most technologically savvy. Can someone give me step by step instructions on how to troubleshoot this?
Thanks in advance!
-m 4gin the right place -- it sounds like you're putting it in your GAP code, rather than adding it to the command that launches GAP. – Apr 14 '18 at 04:06gaptag description for suitable places for such questions: https://math.stackexchange.com/tags/gap/info – Olexandr Konovalov Apr 14 '18 at 22:32