Interface MemorySizeConfiguration.Builder

    • Method Detail

      • memory

        MemorySizeConfiguration.Builder memory​(Integer memory)

        The amount of memory in the container.

        Parameters:
        memory - The amount of memory in the container.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • memoryReservation

        MemorySizeConfiguration.Builder memoryReservation​(Integer memoryReservation)

        The limit of memory reserve for the container.

        Parameters:
        memoryReservation - The limit of memory reserve for the container.
        Returns:
        Returns a reference to this object so that method calls can be chained together.