15.01.2015, 15:21
No, it's not normal stuff and it's not okay. Read:
Stack/heap size: 17039360 bytes
Total requirements:18735820 bytes
You're consuming approximately 18.7 megabytes of memory while your stack is "only" 17 megabytes in size. This means that at one point the stack will get corrupted and your server will most likely crash. At the very least you will experience some unexpected behavior where data has been overwritten.
Stack/heap size: 17039360 bytes
Total requirements:18735820 bytes
You're consuming approximately 18.7 megabytes of memory while your stack is "only" 17 megabytes in size. This means that at one point the stack will get corrupted and your server will most likely crash. At the very least you will experience some unexpected behavior where data has been overwritten.