]> granicus.if.org Git - apache/commitdiff
OS/2: Bump up thread stack size. 64k just wasn't enough when doing
authorBrian Havard <bjh@apache.org>
Mon, 1 Nov 1999 10:58:55 +0000 (10:58 +0000)
committerBrian Havard <bjh@apache.org>
Mon, 1 Nov 1999 10:58:55 +0000 (10:58 +0000)
sub-requests in mod_include.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84082 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/spmt_os2/spmt_os2.c

index 0558b7ab6eaae375cb39e2a53d7df55e35bbbae8..9487b0eba672fef93d6b33bf9374bd5b501b631f 100644 (file)
@@ -1179,7 +1179,7 @@ static int make_child(server_rec *s, int slot, time_t now)
 
     ap_update_child_status(slot, SERVER_STARTING, (request_rec *) NULL);
 
-    if ((tid = _beginthread(child_main, NULL, 65536, (void *)slot)) == -1) {
+    if ((tid = _beginthread(child_main, NULL,  256*1024, (void *)slot)) == -1) {
        ap_log_error(APLOG_MARK, APLOG_ERR|APLOG_NOERRNO, 0, s, "_beginthread: Unable to create new thread");
 
        /* _beginthread didn't succeed. Fix the scoreboard or else