The other day I created a differential of about 70 commits, which went just fine. Having added a few commits, updating this differential fails with the following error:
$ arc diff 27f9344687b3 Linting... No lint engine configured for this project. Running unit tests... No unit test engine is configured for this project. Fatal error: Out of memory (allocated 285212672) (tried to allocate 274731032 bytes) in C:\Users\Chiel.tenBrinke\Projects\libphutil\src\future\exec\ExecFuture.php on line 546 VirtualAlloc() failed: [0x00000008] Not enough storage is available to process this command. VirtualAlloc() failed: [0x00000008] Not enough storage is available to process this command. PHP Fatal error: Out of memory (allocated 285212672) (tried to allocate 274731032 bytes) in C:\Users\Chiel.tenBrinke\Projects\libphutil\src\future\exec\ExecFuture.php on line 546
I'm on windows 7, running this command in git bash. My php version:
$ php --version PHP 7.0.5 (cli) (built: Mar 30 2016 10:15:26) ( ZTS ) Copyright (c) 1997-2016 The PHP Group Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies
If you need any other details, please let me know.