AmigaOS: increase minimum stack size for tool_main

In testing, the older stack size of 16384 was causing curl to crash on
heavy TLS loads

Closes #19578
This commit is contained in:
boingball 2025-11-17 22:49:27 +00:00 committed by Daniel Stenberg
parent 3c7cf8eac3
commit a41cea7d67
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -65,7 +65,7 @@ int vms_show = 0;
#else
#define CURL_USED
#endif
static const char CURL_USED min_stack[] = "$STACK:16384";
static const char CURL_USED min_stack[] = "$STACK:32768";
#endif
#ifdef __MINGW32__