It is easier to see what causes this when you post the code? Also the bss section is used for initialized global and static variables:
int unitializedVariable;
How could you have an high usage there?
It is easier to see what causes this when you post the code? Also the bss section is used for initialized global and static variables:
int unitializedVariable;
How could you have an high usage there?