The green double arrow starts all nodes, but here they are all executed at the same time. However, my laptop does not have enough memory for this calculation.
ist it possibel to execute nodes with a start command one after the other?
You could use flow variables between the nodes you want to execute sequentially. If you connect a flow variable from node A to B, B will just be executed when A has finished.
If you have problems with memory (I suppose you mean RAM and not hard drive) try to select “Write tables to disc” in the Memory Policy tab of the nodes.
Depends on your workflow structure – when you “branch”, but connecting two nodes to one output port, they’ll run parallel. In this case, the flow variables as described above make sense, if you want to control the execution behavior!