microsoft / PowerShell-DSC-for-Linux

PowerShell Desired State Configuration - for Linux
Other
338 stars 131 forks source link

MOF size limit is 24Kb #307

Open rsponholtz opened 7 years ago

rsponholtz commented 7 years ago

see #174. should not have been closed, since the issue was not corrected.

shbakesas commented 2 years ago

Ran into this issue and it took several days to figure out this was the cause. There's no information regarding a mof file size limit in any documentation I can find. The error messages from OMI/DSC aren't particularly revealing either. My mofs are 37KB and aren't anything crazy. Is there still no way to raise this limitation?

svenschrader commented 9 months ago

I created https://github.com/microsoft/omi/issues/753 as the issue occurs when calling omicli. This size limitation is still an issue.