#!/bin/bash #SBATCH --job-name="ISweep" #SBATCH --mem-per-cpu=250G #SBATCH --cpus-per-task=1 #SBATCH -t 7-00:00:00 # Maximum execution time (D-HH:MM) #SBATCH --mail ...
What steps will reproduce the problem? 1.When I build the android symja version, it's successful. But when running it into android device, it has an error: Java heap space. I don't know why it is. Do ...