Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Unable to package custom visual

Project size big I presume

 

Failed.JPG

 

is there any way I can increment the heap size ?

3 REPLIES 3
v-viig
Community Champion
Community Champion

Hello @Anonymous,

 

Do you have any JS files in your tsconfig.json? What version of PBIVIZ do you use?

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

 

 

Anonymous
Not applicable

hello @v-viig,

 

No my Tsconfig.js contains only ts files:

 

".api/v1.7.0/PowerBI-visuals.d.ts",
"src/main.ts",
"typings/index.d.ts",
"src/dataTransform.ts",
"../jsFunctions/**.ts",
"../jsFunctions/styleTransform.ts",
"../jsFunctions/objectEnumerationUtility.ts",
"../jsFunctions/functions.ts"

 

Api 1.7

v-viig
Community Champion
Community Champion

Looks like your TS is really heavy.

You might try to start node.js by using this command: 

node --max-old-space-size=8192 PathTOPBIVIZ 

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Kudoed Authors