Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

444 VOTE
Status Shipped
Workspace Domino Designer
Created by Guest
Created on Jul 16, 2018

64 bit designer

in our computers we have 16gb+ ram is standart  but domino designer uses a little of them. domino designer works very slow. we need more perfomance on domino designer.

 

  • Attach files
  • Guest
    Reply
    |
    Nov 24, 2022

    Shipped: Domino Designer 12.0.2 release supports the 64-bit Designer Client.

    https://help.hcltechsw.com/dom_designer/12.0.2/basic/wn_64bitdesignerrelease.html


  • Guest
    Reply
    |
    Jan 10, 2020

    Please drop Eclipse all together.  Bad decisions should not be kept.

  • Guest
    Reply
    |
    Jan 10, 2020

    Personally, I use:

    vmarg.Xmx=-Xmx768m
    vmarg.Xms=-Xms128m
    vmarg.Xmca=-Xmca512k

     

    I once found an IBM article about the VM memory settings which stated that having the startup not too large (128m), so the limit is reached during startup, at which time compression occurs which is must costlier to perform when done later when the heap is much more populated.  

    The reason for the 768m is that it lessens the chance of the 32-bit heap bumping over 2G, which will hard crash the Notes client. 

  • Admin
    Thomas Hampel
    Reply
    |
    Jan 9, 2020

    Yes, something needs to be done with the Domino Designer, but "make it 64bit" alone wont fix it.

  • Guest
    Reply
    |
    Feb 28, 2019

    I disagree on this. Designer should be a regular Eclipse-Plugin written in 100% Java. This way anyone could decide to use 32 or 64 bit, whatever she likes.

  • Guest
    Reply
    |
    Feb 14, 2019

    @mac

  • Guest
    Reply
    |
    Nov 30, 2018

    there are two ways.
    The first update Eclipse in Domino Designer and make it faster (this would not throw away all the components and the great work done for XPages)
    The second is to abandon Eclipse and think of something else (but what?) And to support the legacy part (forms, views, agents, etc. ..) that the XPages part

  • Guest
    Reply
    |
    Oct 2, 2018

    I set vmarg values like below, but sometimes still slow, especially, when I edit a heavy custom control.

    <Notes program dir>/framework/rcp/deploy/jvm.properties

    vmarg.Xmx=-Xmx2047m
    vmarg.Xms=-Xms1024m
    vmarg.Xmca=-Xmca512k

  • Guest
    Reply
    |
    Aug 22, 2018

    I get regular (3-4+ day) crashes due to Out of Memory errors; trying to expand the underlying memory in the 32 bit shared memory results in instability and increased crash rates. 64 bit w/ better native support for more memory would go a long way towards making my workday less frustrating, more productive, and my clients happier.

     

    I develop for XPiNC applications.

  • Guest
    Reply
    |
    Jul 18, 2018

    Also the Notes Client 64 bit!

  • Guest
    Reply
    |
    Jul 18, 2018

    I would not expect to much performance boost from 64bit alone.
    Just being able to allocate memory beyond 4 GB would give only incremental performance benefit.

    On the other side this sounds like a lot of work..

  • Guest
    Reply
    |
    Jul 17, 2018

    It is slow because the Notes client is single-threaded.

    + Eclipse...