Skip to content
Snippets Groups Projects
Commit 4e8c6c47 authored by Jan Frenzel's avatar Jan Frenzel Committed by Danny Marc Rotscher
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent c7abf69d
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!247Resolve "docs/access/web_vnc.md"
......@@ -34,8 +34,7 @@ Start the `runVNC` script in our prepared container in an interactive batch job
and 2.5 GB of memory per core):
```console
marie@login$ srun --pty -p interactive --mem-per-cpu=2500 -c 4 -t 8:00:00 singularity exec
/scratch/singularity/xfce.sif runVNC
marie@login$ srun --pty --partition=interactive --mem-per-cpu=2500 --cpus-per-task=4 --time=8:00:00 singularity exec /scratch/singularity/xfce.sif runVNC
[...]
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment