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.
4 Answers
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.
keep in mind that you wont get the "Flow name should be unique" warning anymore. some other feature may stop working too.

- 2,614
- 1
- 19
- 26
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

- 109
- 3
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
- 2
You can disable validation from preferences.
Go to: Windows--> Preferences--> Validation
Select check-box "Suspend all validators"
Click on apply.
It should work.

- 327
- 1
- 8
-
1Tried suspending the validators ... problem persists. – user1493140 Oct 22 '14 at 03:59