Final tweaks for deploy

virtual screen size does matter,and curv is a little more memory hungry
than the other functions
This commit is contained in:
Kurt Hutten
2021-11-30 15:15:54 +11:00
parent 9797405834
commit 172e19165f
7 changed files with 15 additions and 99 deletions

View File

@@ -32,7 +32,7 @@ export const runCurv = async ({
const customizerPath = `/tmp/${tempFile}/customizer.param`
const command = [
'xvfb-run --auto-servernum --server-args "-screen 0 1024x768x24" curv',
'xvfb-run --auto-servernum --server-args "-screen 0 3840x2160x24" curv',
`-o ${imPath}`,
`-O xsize=${x}`,
`-O ysize=${y}`,