Changeset 367 for asp3_tinet_ecnl_rx


Ignore:
Timestamp:
Feb 3, 2019, 11:07:24 PM (5 years ago)
Author:
coas-nagasima
Message:

スタックサイズを調整

Location:
asp3_tinet_ecnl_rx/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_rx/trunk/curl-7.57.0/lib/formdata.c

    r337 r367  
    773773
    774774  while(!result) {
    775     char buffer[2048/*8192*/];
     775    char buffer[1024/*8192*/];
    776776    size_t nread = Curl_mime_read(buffer, 1, sizeof buffer, &toppart);
    777777
  • asp3_tinet_ecnl_rx/trunk/ntshell/src/ntshell_main.h

    r364 r367  
    5757#define NTSHELL_PRIORITY        8               /* ntshellタスクの優先度 */
    5858
    59 #define NTSHELL_STACK_SIZE      8192    /* ntshellタスクのスタック領域のサイズ */
     59#define NTSHELL_STACK_SIZE      10240   /* ntshellタスクのスタック領域のサイズ */
    6060
    6161#define NUM_NTSHELL_DATAQUEUE   1       /* ntshellタスクで待ち受けているデータキューのサイズ */
Note: See TracChangeset for help on using the changeset viewer.