jcmwave_set_memory_limit.mΒΆ

Usage: jcmwave_set_memory_limit(max_ram)

Purpose:
  Limits maximum job size. Too large jobs are aborted.

Input:
  max_ram: maximum RAM usage (in MB).
  (To unset the memory limit call this method with empty argument)

Remark:
 This command sets the environment variable JCM_MEMORY_LIMIT.