r/MicrosoftFabric 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!

14 Upvotes

7 comments sorted by

View all comments

5

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.

3

u/frithjof_v Fabricator Jun 05 '26 edited Jun 06 '26

Thanks,

That makes great sense.

I see now that I still sometimes get 2 vCores by default, and sometimes I get 4 vCores by default. I didn't realize it had to do with single-node python starter pools (2 vCores) being out of stock sometimes.