Hi mrory i'm using this script to update sketch via the self service.
Works perfect. #!/bin/bash function InstallSketch () { # download and
install the latest version until [[ -d '/Applications/Sketch.app' ]]; do
if [[ -e /tmp/sketch.zip ]]; then rm ...
I had the same when I upgraded to 9.92 and the issue was that somehow
the maximum memory pool for tomcat was lowered to only 1GB. So after I
changed this the issue was solved for my JSS. Hope this helps.