Cannot use big .pbf files

Hi, I checked old post and there are some similar posts but still I cannot solve my issue, so sorry if I opened new post similar with old ones.

When I work with small .pbf files (Albania and Delaware), there is no problem and I can see route results on browser. However, when I work with Turkey (500 MB) and Japan (2 GB) I am getting error.

Here is the error:

[+] Running 1/1
 ✔ Container ors-app  Recreated                                                                      0.1s 
Attaching to ors-app
ors-app  | Running container as user root with id 0
ors-app  | ORS Path: /home/ors
ors-app  | Catalina Path: /home/ors/tomcat
ors-app  | ### openrouteservice configuration ###
ors-app  | Extract war file to /home/ors/tomcat/webapps/ors
ors-app  | Deploy ors with config from /home/ors/ors-conf/ors-config.json
ors-app  | NOTE: Picked up JDK_JAVA_OPTIONS:  --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
ors-app  | NOTE: Picked up JDK_JAVA_OPTIONS:  --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
ors-app  | 28-Dec-2023 14:49:57.591 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
ors-app  | 28-Dec-2023 14:50:00.246 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
ors-app  | 14:50:00.598 [main] INFO  org.heigit.ors.config.AppConfig - Default path of 'ors-config.json' used for configuration
ors-app  | 14:50:00.603 [main] INFO  org.heigit.ors.config.AppConfig - Loading configuration from /home/ors/tomcat/webapps/ors/WEB-INF/classes/ors-config.json
ors-app  | 
ors-app  |   .   ____          _            __ _ _
ors-app  |  /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
ors-app  | ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
ors-app  |  \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
ors-app  |   '  |____| .__|_| |_|_| |_\__, | / / / /
ors-app  |  =========|_|==============|___/=/_/_/_/
ors-app  |  :: Spring Boot ::               (v2.7.12)
ors-app  | 
ors-app  | 28 Dec 14:50:00 INFO [ors.Application] - Starting Application v7.1.1 using Java 17.0.7 on 4bb69a09b32b with PID 1 (/home/ors/tomcat/webapps/ors/WEB-INF/classes started by root in /home/ors)
ors-app  | 28 Dec 14:50:00 DEBUG [ors.Application] - Running with Spring Boot v2.7.12, Spring v5.3.27
ors-app  | 28 Dec 14:50:00 INFO [ors.Application] - No active profile set, falling back to 1 default profile: "default"
ors-app  | 28 Dec 14:50:02 INFO [ors.Application] - Started Application in 2.321 seconds (JVM running for 5.513)
ors-app  | 28 Dec 14:50:02 INFO [logging.LoggingUtility] - Logging configuration loaded from DEBUG_LOGGING.json, logging to file /home/ors/ors-core/logs/ors/ors-logs.log
ors-app  | 28 Dec 14:50:02 INFO [routing.RoutingProfileManager] -  Total - 1024 MB, Free - 659.02 MB, Max: 8 GB, Used - 364.98 MB
ors-app  | 28 Dec 14:50:02 INFO [routing.RoutingProfileManager] -       
ors-app  | 28 Dec 14:50:02 INFO [routing.RoutingProfileManager] - ====> Initializing profiles from '/home/ors/ors-core/data/osm_file.pbf' (1 threads) ...
ors-app  | 28 Dec 14:50:02 INFO [routing.RoutingProfileManager] - 1 tasks submitted.
ors-app  | 28 Dec 14:50:02 INFO [routing.RoutingProfile] - [1] Profiles: 'driving-car', location: '/home/ors/ors-core/data/graphs/car'.
ors-app  | 28 Dec 14:50:02 INFO [extensions.ORSGraphHopper] - version v4.8.1|2023-09-05T08:03:54Z (7,20,5,4,5,7)
ors-app  | 28 Dec 14:50:02 INFO [extensions.ORSGraphHopper] - graph CH|car_ors|RAM_STORE|3D|turn_cost|,,,,, details:edges:0(0MB), nodes:0(0MB), name:(0MB), geo:0(0MB), bounds:1.7976931348623157E308,-1.7976931348623157E308,1.7976931348623157E308,-1.7976931348623157E308,1.7976931348623157E308,-1.7976931348623157E308, shortcuts:0 (0MB), nodesCH:-1 (0MB)
ors-app  | 28-Dec-2023 14:50:02.956 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"]
ors-app  | 28 Dec 14:50:03 INFO [extensions.ORSGraphHopper] - No custom areas are used, custom_areas.directory not given
ors-app  | 28 Dec 14:50:03 INFO [extensions.ORSGraphHopper] - start creating graph from /home/ors/ors-core/data/osm_file.pbf
ors-app  | 28 Dec 14:50:03 INFO [extensions.ORSGraphHopper] - using CH|car_ors|RAM_STORE|3D|turn_cost|,,,,, memory:totalMB:1024, usedMB:490
ors-app  | 28 Dec 14:51:03 INFO [extensions.ORSGraphHopper] - call cleanUp for '/home/ors/ors-core/data/graphs/car' 
ors-app  | 28 Dec 14:51:03 INFO [extensions.ORSGraphHopper] - graph CH|car_ors|RAM_STORE|3D|turn_cost|7,20,5,4,5, details:edges:4 793 275(165MB), nodes:3 598 487(69MB), name:(6MB), geo:59 860 860(229MB), bounds:23.6370552,44.9300601,34.6555364,42.1392797,-19.0,3486.0, shortcuts:0 (1MB), nodesCH:-1 (1MB)
ors-app  | 28 Dec 14:51:03 INFO [extensions.ORSGraphHopper] - will create PrepareRoutingSubnetworks with:
ors-app  | 	NodeCountBefore: '3598487'
ors-app  | 	getAllEdges().getMaxId(): '4793275'
ors-app  | 	List<FlagEncoder>: '[car_ors]'
ors-app  | 	minNetworkSize: '200'
ors-app  | 	minOneWayNetworkSize: '200'
ors-app  | 28 Dec 14:51:15 INFO [extensions.ORSGraphHopper] - nodes: 3 598 487, edges: 4 793 275
ors-app  | 28 Dec 14:51:16 INFO [extensions.ORSGraphHopper] - Bridge interpolation 0s, tunnel interpolation 0s, ferry interpolation 0s
ors-app  | 28 Dec 14:52:22 DEBUG [partitioning.PreparePartition] - Submitting task for cell 1
ors-app  | 28 Dec 14:52:32 INFO [partitioning.InertialFlow] - Number of nodes: 3598487
ors-app  | 28 Dec 14:52:32 INFO [partitioning.InertialFlow] - Number of edges: 4793275
ors-app  | 28 Dec 15:01:32 ERROR [routing.RoutingProfileManager] - java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.util.concurrent.ExecutionException: org.heigit.ors.exceptions.MaxVisitedNodesExceededException: Search exceeds the limit of visited nodes.
ors-app  | 28 Dec 15:01:32 ERROR [routing.RoutingProfileManager] - Failed to initialize RoutingProfileManager instance.
ors-app  | java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.util.concurrent.ExecutionException: org.heigit.ors.exceptions.MaxVisitedNodesExceededException: Search exceeds the limit of visited nodes.
ors-app  | 	at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:?]
ors-app  | 	at java.util.concurrent.FutureTask.get(FutureTask.java:191) ~[?:?]
ors-app  | 	at org.heigit.ors.routing.RoutingProfileManager.initialize(RoutingProfileManager.java:181) ~[classes/:7.1.1]
ors-app  | 	at org.heigit.ors.routing.RoutingProfileManager.getInstance(RoutingProfileManager.java:72) ~[classes/:7.1.1]
ors-app  | 	at org.heigit.ors.servlet.listeners.ORSInitContextListener.lambda$contextInitialized$0(ORSInitContextListener.java:40) ~[classes/:7.1.1]
ors-app  | 	at java.lang.Thread.run(Thread.java:833) [?:?]
ors-app  | Caused by: java.lang.RuntimeException: java.util.concurrent.ExecutionException: org.heigit.ors.exceptions.MaxVisitedNodesExceededException: Search exceeds the limit of visited nodes.
ors-app  | 	at org.heigit.ors.fastisochrones.Eccentricity.calcBorderNodeDistances(Eccentricity.java:156) ~[classes/:7.1.1]
ors-app  | 	at org.heigit.ors.routing.graphhopper.extensions.ORSGraphHopper.calculateCellProperties(ORSGraphHopper.java:639) ~[classes/:7.1.1]
ors-app  | 	at org.heigit.ors.routing.graphhopper.extensions.ORSGraphHopper.postProcessing(ORSGraphHopper.java:427) ~[classes/:7.1.1]
ors-app  | 	at com.graphhopper.GraphHopper.process(GraphHopper.java:706) ~[graphhopper-core-v4.8.1.jar:?]
ors-app  | 	at com.graphhopper.GraphHopper.importOrLoad(GraphHopper.java:667) ~[graphhopper-core-v4.8.1.jar:?]
ors-app  | 	at org.heigit.ors.routing.graphhopper.extensions.ORSGraphHopper.importOrLoad(ORSGraphHopper.java:166) ~[classes/:7.1.1]
ors-app  | 	at org.heigit.ors.routing.RoutingProfile.initGraphHopper(RoutingProfile.java:193) ~[classes/:7.1.1]
ors-app  | 	at org.heigit.ors.routing.RoutingProfile.<init>(RoutingProfile.java:140) ~[classes/:7.1.1]
ors-app  | 	at org.heigit.ors.routing.RoutingProfileLoader.call(RoutingProfileLoader.java:39) ~[classes/:7.1.1]
ors-app  | 	at org.heigit.ors.routing.RoutingProfileLoader.call(RoutingProfileLoader.java:25) ~[classes/:7.1.1]
ors-app  | 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
ors-app  | 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) ~[?:?]
ors-app  | 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
ors-app  | 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
ors-app  | 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
ors-app  | 	... 1 more
ors-app  | Caused by: java.util.concurrent.ExecutionException: org.heigit.ors.exceptions.MaxVisitedNodesExceededException: Search exceeds the limit of visited nodes.
ors-app  | 	at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:?]
ors-app  | 	at java.util.concurrent.FutureTask.get(FutureTask.java:191) ~[?:?]
ors-app  | 	at org.heigit.ors.fastisochrones.Eccentricity.calcBorderNodeDistances(Eccentricity.java:152) ~[classes/:7.1.1]
ors-app  | 	at org.heigit.ors.routing.graphhopper.extensions.ORSGraphHopper.calculateCellProperties(ORSGraphHopper.java:639) ~[classes/:7.1.1]
ors-app  | 	at org.heigit.ors.routing.graphhopper.extensions.ORSGraphHopper.postProcessing(ORSGraphHopper.java:427) ~[classes/:7.1.1]
ors-app  | 	at com.graphhopper.GraphHopper.process(GraphHopper.java:706) ~[graphhopper-core-v4.8.1.jar:?]
ors-app  | 	at com.graphhopper.GraphHopper.importOrLoad(GraphHopper.java:667) ~[graphhopper-core-v4.8.1.jar:?]
ors-app  | 	at org.heigit.ors.routing.graphhopper.extensions.ORSGraphHopper.importOrLoad(ORSGraphHopper.java:166) ~[classes/:7.1.1]
ors-app  | 	at org.heigit.ors.routing.RoutingProfile.initGraphHopper(RoutingProfile.java:193) ~[classes/:7.1.1]
ors-app  | 	at org.heigit.ors.routing.RoutingProfile.<init>(RoutingProfile.java:140) ~[classes/:7.1.1]
ors-app  | 	at org.heigit.ors.routing.RoutingProfileLoader.call(RoutingProfileLoader.java:39) ~[classes/:7.1.1]
ors-app  | 	at org.heigit.ors.routing.RoutingProfileLoader.call(RoutingProfileLoader.java:25) ~[classes/:7.1.1]
ors-app  | 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
ors-app  | 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) ~[?:?]
ors-app  | 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
ors-app  | 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
ors-app  | 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
ors-app  | 	... 1 more
ors-app  | Caused by: org.heigit.ors.exceptions.MaxVisitedNodesExceededException: Search exceeds the limit of visited nodes.
ors-app  | 	at org.heigit.ors.routing.algorithms.AbstractOneToManyRoutingAlgorithm.isMaxVisitedNodesExceeded(AbstractOneToManyRoutingAlgorithm.java:84) ~[classes/:7.1.1]
ors-app  | 	at org.heigit.ors.routing.algorithms.DijkstraOneToManyAlgorithm.runAlgo(DijkstraOneToManyAlgorithm.java:109) ~[classes/:7.1.1]
ors-app  | 	at org.heigit.ors.routing.algorithms.DijkstraOneToManyAlgorithm.calcPaths(DijkstraOneToManyAlgorithm.java:90) ~[classes/:7.1.1]
ors-app  | 	at org.heigit.ors.fastisochrones.Eccentricity.calculateBorderNodeDistances(Eccentricity.java:175) ~[classes/:7.1.1]
ors-app  | 	at org.heigit.ors.fastisochrones.Eccentricity.lambda$calcBorderNodeDistances$1(Eccentricity.java:145) ~[classes/:7.1.1]
ors-app  | 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) ~[?:?]
ors-app  | 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
ors-app  | 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) ~[?:?]
ors-app  | 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
ors-app  | 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
ors-app  | 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
ors-app  | 	... 1 more
ors-app  | 28 Dec 15:01:32 INFO [routing.RoutingProfileManager] - ====> Recycling garbage...
ors-app  | 28 Dec 15:01:32 INFO [routing.RoutingProfileManager] - Before:  Total - 3.32 GB, Free - 2.12 GB, Max: 8 GB, Used - 1.20 GB
ors-app  | 28 Dec 15:01:33 INFO [routing.RoutingProfileManager] - After:  Total - 3.32 GB, Free - 2.55 GB, Max: 8 GB, Used - 787.79 MB
ors-app  | 28 Dec 15:01:33 INFO [routing.RoutingProfileManager] - ========================================================================
ors-app  | 28 Dec 15:01:33 INFO [routing.RoutingProfileManager] - ====> Memory usage by profiles:
ors-app  | 28 Dec 15:01:33 INFO [routing.RoutingProfileManager] - Total: 0 B (0.0%)
ors-app  | 28 Dec 15:01:33 INFO [routing.RoutingProfileManager] - ========================================================================

Here is my config file:

{
  "ors": {
    "info": {
      "base_url": "https://openrouteservice.org/",
      "swagger_documentation_url": "https://api.openrouteservice.org/",
      "support_mail": "support@openrouteservice.org",
      "author_tag": "openrouteservice",
      "content_licence": "LGPL 3.0"
    },
    "api_settings": {
      "cors": {
        "allowed": {
          "origins": [
            "*"
          ],
          "headers": [
            "Content-Type",
            "X-Requested-With",
            "accept",
            "Origin",
            "Access-Control-Request-Method",
            "Access-Control-Request-Headers",
            "Authorization"
          ]
        },
        "exposed": {
          "headers": [
            "Access-Control-Allow-Origin",
            "Access-Control-Allow-Credentials"
          ]
        },
        "preflight_max_age": 600
      }
    },
    "services": {
      "matrix": {
        "enabled": true,
        "maximum_routes": 100,
        "maximum_routes_flexible": 25,
        "maximum_search_radius": 5000,
        "maximum_visited_nodes": 100000,
        "allow_resolve_locations": true,
        "attribution": "openrouteservice.org, OpenStreetMap contributors"
      },
      "isochrones": {
        "enabled": true,
        "maximum_range_distance": [
          {
            "profiles": "any",
            "value": 50000
          },
          {
            "profiles": "driving-car, driving-hgv",
            "value": 100000
          }
        ],
        "maximum_range_time": [
          {
            "profiles": "any",
            "value": 18000
          },
          {
            "profiles": "driving-car, driving-hgv",
            "value": 3600
          }
        ],
        "fastisochrones": {
          "maximum_range_distance": [
            {
              "profiles": "any",
              "value": 50000
            },
            {
              "profiles": "driving-car, driving-hgv",
              "value": 500000
            }
          ],
          "maximum_range_time": [
            {
              "profiles": "any",
              "value": 18000
            },
            {
              "profiles": "driving-car, driving-hgv",
              "value": 10800
            }
          ],
          "profiles": {
            "default_params": {
              "enabled": true,
              "threads": 1,
              "weightings": "recommended",
              "maxcellnodes": 5000
            },
            "hgv": {
              "enabled": false,
              "threads": 12,
              "weightings": "recommended, shortest",
              "maxcellnodes": 5000
            }
          }
        },
        "maximum_intervals": 10,
        "maximum_locations": 2,
        "allow_compute_area": true
      },
      "routing": {
        "enabled": true,
        "mode": "normal",
        "routing_description": "This is a routing file from openrouteservice",
        "routing_name": "openrouteservice routing",
        "sources": [
          "/home/ors/ors-core/data/osm_file.pbf"
        ],
        "init_threads": 1,
        "attribution": "openrouteservice.org, OpenStreetMap contributors",
        "elevation_preprocessed": false,
        "profiles": {
          "active": [
            "car"
          ],
          "default_params": {
            "encoder_flags_size": 8,
            "graphs_root_path": "/home/ors/ors-core/data/graphs",
            "elevation_provider": "multi",
            "elevation_cache_path": "/home/ors/ors-core/data/elevation_cache",
            "elevation_cache_clear": false,
            "instructions": true,
            "maximum_distance": 100000,
            "maximum_distance_dynamic_weights": 100000,
            "maximum_distance_avoid_areas": 100000,
            "maximum_waypoints": 50,
            "maximum_snapping_radius": 400,
            "maximum_avoid_polygon_area": 200000000,
            "maximum_avoid_polygon_extent": 20000,
            "maximum_distance_alternative_routes": 100000,
            "maximum_alternative_routes": 3,
            "maximum_distance_round_trip_routes": 100000,
            "maximum_speed_lower_bound": 80,
            "preparation": {
              "min_network_size": 200,
              "min_one_way_network_size": 200,
              "methods": {
                "lm": {
                  "enabled": true,
                  "threads": 1,
                  "weightings": "recommended,shortest",
                  "landmarks": 16
                }
              }
            },
            "execution": {
              "methods": {
                "lm": {
                  "disabling_allowed": true,
                  "active_landmarks": 8
                }
              }
            }
          },
          "profile-car": {
            "profiles": "driving-car",
            "parameters": {
              "encoder_flags_size": 8,
              "encoder_options": "turn_costs=true|block_fords=false|use_acceleration=true",
              "maximum_distance": 100000,
              "elevation": true,
              "maximum_snapping_radius": 350,
              "preparation": {
                "min_network_size": 200,
                "min_one_way_network_size": 200,
                "methods": {
                  "ch": {
                    "enabled": true,
                    "threads": 1,
                    "weightings": "fastest"
                  },
                  "lm": {
                    "enabled": false,
                    "threads": 1,
                    "weightings": "fastest,shortest",
                    "landmarks": 16
                  },
                  "core": {
                    "enabled": false,
                    "threads": 1,
                    "weightings": "fastest,shortest",
                    "landmarks": 64,
                    "lmsets": "highways;allow_all"
                  }
                }
              },
              "execution": {
                "methods": {
                  "ch": {
                    "disabling_allowed": true
                  },
                  "lm": {
                    "disabling_allowed": true,
                    "active_landmarks": 6
                  },
                  "core": {
                    "disabling_allowed": true,
                    "active_landmarks": 6
                  }
                }
              },
              "ext_storages": {
                "WayCategory": {},
                "HeavyVehicle": {},
                "WaySurfaceType": {},
                "RoadAccessRestrictions": {
                  "use_for_warnings": true
                }
              }
            }
          },
          "profile-hgv": {
            "profiles": "driving-hgv",
            "parameters": {
              "encoder_flags_size": 8,
              "encoder_options": "turn_costs=true|block_fords=false|use_acceleration=true",
              "maximum_distance": 100000,
              "elevation": true,
              "preparation": {
                "min_network_size": 200,
                "min_one_way_network_size": 200,
                "methods": {
                  "ch": {
                    "enabled": true,
                    "threads": 1,
                    "weightings": "recommended"
                  },
                  "core": {
                    "enabled": true,
                    "threads": 1,
                    "weightings": "recommended,shortest",
                    "landmarks": 64,
                    "lmsets": "highways;allow_all"
                  }
                }
              },
              "execution": {
                "methods": {
                  "ch": {
                    "disabling_allowed": true
                  },
                  "core": {
                    "disabling_allowed": true,
                    "active_landmarks": 6
                  }
                }
              },
              "ext_storages": {
                "WayCategory": {},
                "HeavyVehicle": {
                  "restrictions": true
                },
                "WaySurfaceType": {}
              }
            }
          },
          "profile-bike-regular": {
            "profiles": "cycling-regular",
            "parameters": {
              "encoder_options": "consider_elevation=true|turn_costs=true|block_fords=false",
              "elevation": true,
              "ext_storages": {
                "WayCategory": {},
                "WaySurfaceType": {},
                "HillIndex": {},
                "TrailDifficulty": {}
              }
            }
          },
          "profile-bike-mountain": {
            "profiles": "cycling-mountain",
            "parameters": {
              "encoder_options": "consider_elevation=true|turn_costs=true|block_fords=false",
              "elevation": true,
              "ext_storages": {
                "WayCategory": {},
                "WaySurfaceType": {},
                "HillIndex": {},
                "TrailDifficulty": {}
              }
            }
          },
          "profile-bike-road": {
            "profiles": "cycling-road",
            "parameters": {
              "encoder_options": "consider_elevation=true|turn_costs=true|block_fords=false",
              "elevation": true,
              "ext_storages": {
                "WayCategory": {},
                "WaySurfaceType": {},
                "HillIndex": {},
                "TrailDifficulty": {}
              }
            }
          },
          "profile-bike-electric": {
            "profiles": "cycling-electric",
            "parameters": {
              "encoder_options": "consider_elevation=true|turn_costs=true|block_fords=false",
              "elevation": true,
              "ext_storages": {
                "WayCategory": {},
                "WaySurfaceType": {},
                "HillIndex": {},
                "TrailDifficulty": {}
              }
            }
          },
          "profile-walking": {
            "profiles": "foot-walking",
            "parameters": {
              "encoder_options": "block_fords=false",
              "elevation": true,
              "ext_storages": {
                "WayCategory": {},
                "WaySurfaceType": {},
                "HillIndex": {},
                "TrailDifficulty": {}
              }
            }
          },
          "profile-hiking": {
            "profiles": "foot-hiking",
            "parameters": {
              "encoder_options": "block_fords=false",
              "elevation": true,
              "ext_storages": {
                "WayCategory": {},
                "WaySurfaceType": {},
                "HillIndex": {},
                "TrailDifficulty": {}
              }
            }
          },
          "profile-wheelchair": {
            "profiles": "wheelchair",
            "parameters": {
              "encoder_options": "block_fords=true",
              "elevation": true,
              "maximum_snapping_radius": 50,
              "ext_storages": {
                "WayCategory": {},
                "WaySurfaceType": {},
                "Wheelchair": {
                  "KerbsOnCrossings": "true"
                },
                "OsmId": {}
              }
            }
          },
          "profile-public-transport": {
            "profiles": "public-transport",
            "parameters": {
              "encoder_options": "block_fords=false",
              "elevation": true,
              "maximum_visited_nodes": 100000000,
              "gtfs_file": "openrouteservice-api-tests/data/vrn_gtfs.zip"
            }
          }
        }
      }
    },
    "logging": {
      "enabled": true,
      "level_file": "DEBUG_LOGGING.json",
      "location": "/home/ors/ors-core/logs/ors",
      "stdout": true
    },
    "system_message": [
      {
        "active": false,
        "text": "This message would be sent with every routing bike fastest request",
        "condition": {
          "request_service": "routing",
          "request_profile": "cycling-regular,cycling-mountain,cycling-road,cycling-electric, driving-car",
          "request_preference": "fastest"
        }
      },
      {
        "active": false,
        "text": "This message would be sent with every request for geojson response",
        "condition": {
          "api_format": "geojson"
        }
      },
      {
        "active": false,
        "text": "This message would be sent with every request on API v1 from January 2020 until June 2050",
        "condition": {
          "api_version": 1,
          "time_after": "2020-01-01T00:00:00Z",
          "time_before": "2050-06-01T00:00:00Z"
        }
      },
      {
        "active": false,
        "text": "This message would be sent with every request"
      }
    ]
  }
}

And when I run this: localhost:8080/ors/v2/directions/driving-car?start=28.960,41.017&end=28.9778,41.0421, I am getting this output

code	2099
message	"Unable to get an appropriate route profile for RoutePreference = driving-car"
info	
engine	
build_date	"2023-11-13T11:42:28Z"
version	"7.1.1"
timestamp	1703775756524

Also I changed -Xmx2g with -Xmx8g in docker-compose.yaml.

If someone have any idea, I would be happy to hear. Thanks.

Using " Release 7.2.0" solve my problem, but I don’t now there reason still.