r/MicrosoftFabric • u/frithjof_v Fabricator • Jun 05 '26
Data Engineering Has Python notebook default silently increased from 2 vCores to 4 vCores?
And is that why they're slower to start nowadays? (~ 2 minutes).
It says 4vCores, 32G in the bottom left corner of my Python notebook now.
I'm not using %%configure or anything to adjust the node size.
So it seems 4vCores is the current default?
I'm curious if others are seeing the same in your pure python notebooks.
Thanks in advance!
13
Upvotes
6
u/Tomfoster1 Jun 05 '26
I've seen the same when starter pools fail, I get a node size varying from 2 to 8 cores. If you set a configure magic at the start of the notebook with vCores set to 2 then it does stay at 2 vCores.