mirror of
https://github.com/curl/curl.git
synced 2026-07-24 18:07:23 +03:00
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:
parent
3c7cf8eac3
commit
a41cea7d67
1 changed files with 1 additions and 1 deletions
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue