build: Bump MESCC_STACK.

This fixes running ./pre-inst-env mescc ...

* scripts/mescc.in (MES_STACK): Bump to 6000000.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2020-10-06 15:58:01 +02:00
parent 252a0df25a
commit 8429a4b0b6
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ export MES_ARENA
MES_MAX_ARENA=${MES_MAX_ARENA-${MES_ARENA}}
export MES_MAX_ARENA
MES_STACK=${MES_STACK-5000000}
MES_STACK=${MES_STACK-6000000}
export MES_STACK
MES_PREFIX=${MES_PREFIX-@prefix@}