Hi,
I noticed that PDR 6.1 is very slow. It's very difficult to work on it at this pace. When I try to insert something or just move something it takes a lot.
The script start like:
Code:
@echo off@REM
@REM WARNING: Pentaho Report Designer needs JDK 1.7 or newer to run.
@REM
setlocal
cd /D %~dp0
set PENTAHO_JAVA=javaw.exe
if "%_PENTAHO_JAVA_HOME%" == "" goto callSetEnv
set PENTAHO_JAVA_HOME=%_PENTAHO_JAVA_HOME%
:callSetEnv
call "%~dp0set-pentaho-env.bat"
start "Pentaho Report Designer" "%_PENTAHO_JAVA%" -Xms1024m -Xmx2048m -XX:MaxPermSize=256m -jar "%~dp0launcher.jar" %*
I have 8 gb of ram and i7 cpu, so the pc is not the problem I guess.
the version is 6.1.0.1-196
java version 1.8
Any help?
Thanks.