I am running test cases using protractor, but sometimes I'm facing error
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
How can I increase the Javascript Heap size of protractor?
I read about --max-old-space-size
, buthow this parameter can be set in protractor?