I am using boost meta-statemachine. I needed transition from inside my states, so i used internal_tansition_table. But, if number of rows inside it is large (around 120 rows), compiler throws me error "Virtual memory Exhausted: cannot allocate memory". Also tried with 4GB Ram, but still get the same error.
Current Environment:
Ubuntu: Oracle Virtual Machine. 32bit.