3

Anypoint Studio taking too long Validating project after every change in XML or java. Here is the snapshot showing the problem. This is very annoying ... how can I disable validation and make it work faster.

Mule Anypoint Studio validation problem

user1493140
  • 5,976
  • 4
  • 29
  • 49

4 Answers4

2

how can I disable validation and make it work faster.

option you are looking for is called Turn off error reporting in XML editor. It is a checkbox located under Anypoint Studio menu in Preferences.

enter image description here

keep in mind that you wont get the "Flow name should be unique" warning anymore. some other feature may stop working too.

Yevgeniy
  • 2,614
  • 1
  • 19
  • 26
0

Please provide additional information as to

  • Operating System
  • Amount of Memory
  • CPU type and speed
  • Anypoint Studio Version
  • Java Version being used with Anypoint Studio

To turn off validations Anypoint Studio Preferences -> Anypoint Studio

You will see a list of validation options

Jake Morgan
  • 109
  • 3
0

You can increase configurations values such as Xms1024m, Xmx2048m, MaxPermSize=1024m in "AnypointStudio.ini" file in the AnypointStudio installation directory which will make AnypointStudio work comparatively smooth.

-1

You can disable validation from preferences.

  1. Go to: Windows--> Preferences--> Validation

  2. Select check-box "Suspend all validators"

  3. Click on apply.

It should work.

Neeraj
  • 327
  • 1
  • 8