Noticed while working on the stress tests. A unit test checks that 128 Mb startup parameter is picked up, but it seems that ~2GB is the max that R native accepts, even on a 64 bits windows box.
Workaround - using memory.limit() to at least have the --max-size option taken up.
Tried to use cmdlineoptions , but this is coupled to RTerm/RGui.
Workaround - using memory.limit() to at least have the --max-size option taken up.
Tried to use cmdlineoptions , but this is coupled to RTerm/RGui.